@charset "utf-8";

/* CSS Document */
body{-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#slider {
    float: left;
    width: 418px;
    height: 349px;
    background-color: #f0f0f0;
}

.slider_box {
    width: 418px;
    height: 379px;
    overflow: hidden;
    position: relative;
}

.silder_tip {
    top: 0px;
    width: 92px;
    height: 92px;
    right: 0px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.silder_con {
    height: 379px;
    overflow: hidden;
    position: absolute;
}

.silder_panel {
    width: 930px;
    height: 379px;
    overflow: hidden;
    float: left;
    position: relative;
}

.big {
    display: block;
    width: 930px;
    height: 379px;
    overflow: hidden;
    margin-left: 0px;
}

.silder_panel img {
    width: 930px;
    min-height: 379px;
    overflow: hidden;
    display: block;
}

.silder_intro {
    margin: 0px 10px 0px 14px;
    width: 437px;
    height: 291px;
    color: rgb(153, 153, 153);
    line-height: 20px;
    overflow: hidden;
    border-top-color: #db0000;
    border-top-width: 0px;
    border-top-style: solid;
}

.silder_con h3 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 418px;
    color: rgb(0, 0, 0);
    line-height: 39px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: left;
    height: 39px;
    background: url(../images/huandengbg.png) center center repeat-x;
}

.silder_con h3 a {
    color: #fff;
    line-height: 40px;
    display: block;
    float: left;
    margin-left: 7px;
    width: 320px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.silder_con h3 a:hover {
    color: #ffff00;
    text-decoration: none;
}

.silder_intro p {
    color: rgb(48, 48, 48);
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
}

.silder_intro span a {
    color: rgb(163, 1, 0);
}

.silder_intro span a:hover {
    color: rgb(163, 1, 0);
    text-decoration: underline;
}

.silder_nav {
    margin: 0px auto;
    width: 88px;
    height: 10px;
    bottom: 10px;
    right: 0;
    text-align: right;
    overflow: hidden;
    position: absolute;
}

.silder_nav li {
    padding: 0px;
    margin-right: 2px;
    border-color: rgb(221, 221, 221);
    border-width: 0px;
    border-style: solid;
    float: left;
    display: inline;
}

.silder_nav li.current {
    margin-right: 2px;
    border: #db0000 0px solid;
}

.silder_nav li.current a {
    background: #ffff00;
}

.silder_nav li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    display: block;
}

.silder_nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #CCCCCC;
}

.slider_box a.prev {
    background: no-repeat;
    margin: 85px 0px 0px;
    width: 0px;
    height: 0px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.next {
    background: no-repeat;
    margin: 85px 0px 0px;
    width: 0px;
    height: 0px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.prev {
    left: 0px;
}

.slider_box a.next {
    background-position: right 0px;
    right: 0px;
}

.silderBox {
    height: 8px;
    line-height: 8px;
}


/*#slider2 {
     width:1920px; height:480px; background-color:#f0f0f0; margin:0 auto; overflow:hidden; z-index:99999;
}*/

#slider2 {
    width: 100%;
    height: 480px;
    background-color: #f0f0f0;

    overflow: hidden;
    z-index: 99999;
}

#slider2 .slider_box {
    width: 1920px;
    height: 480px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;

    margin-left: -960px;
    left: 50%;
}

#slider2 .silder_tip {
    top: 0px;
    width: 92px;
    height: 92px;
    right: 0px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

#slider2 .silder_con {
    height: 480px;
    overflow: hidden;
    position: absolute;
}

#slider2 .silder_panel {
    width: 1920px;
    height: 480px;
    overflow: hidden;
    float: left;
    position: relative;
}

#slider2 .big {
    display: block;
    width: 1920px;
    height: 480px;
    overflow: hidden;
    margin-left: 0px;
}

#slider2 .silder_panel img {
    width: 1920px;
    min-height: 480px;
    overflow: hidden;
    display: block;
}

#slider2 .silder_intro {
    margin: 0px 10px 0px 14px;
    width: 437px;
    height: 291px;
    color: rgb(153, 153, 153);
    line-height: 20px;
    overflow: hidden;
    border-top-color: #db0000;
    border-top-width: 0px;
    border-top-style: solid;
}

#slider2 .silder_con h3 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 930px;
    color: rgb(0, 0, 0);
    line-height: 45px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: left;
    height: 45px;
    background: url(../images/huandengbg.png) center center repeat;
}

#slider2 .silder_con h3 a {
    color: #fff;
    line-height: 45px;
    display: block;
    float: left;
    margin-left: 15px;
    width: 620px;
    height: 45px;
    font-size: 16px;
    overflow: hidden;
    filter: alpha(opacity=90);
    /*支持 IE 浏览器*/
    -moz-opacity: 0.90;
    /*支持 FireFox 浏览器*/
    opacity: 0.90;
    /*支持 Chrome, Opera, Safari 等浏览器*/
}

#slider2 .silder_con h3 a:hover {
    color: #ffff00;
    text-decoration: none;
}

#slider2 .silder_intro p {
    color: rgb(48, 48, 48);
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
}

#slider2 .silder_intro span a {
    color: rgb(163, 1, 0);
}

#slider2 .silder_intro span a:hover {
    color: rgb(163, 1, 0);
    text-decoration: underline;
}

#slider2 .silder_nav {
    margin: 0px auto;
    width: 53%;
    height: 25px;
    bottom: 10px;
    text-align: center;
}

#slider2 .silder_nav li {
    padding: 0px;
    margin-left: 2px;
    border-color: rgb(221, 221, 221);
    border-width: 0px;
    border-style: solid;
    float: left;
    display: inline;
}

#slider2 .silder_nav li.current {
    margin-left: 2px;
    border: #db0000 0px solid;
    background: #000000;
}

#slider2 .silder_nav li.current a {
    background: #d90c07;
    color: #FFFFFF;
}

#slider2 .silder_nav li {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
    text-align: center;
}

#slider2 .silder_nav li a {
    width: 25px;
    height: 25px;
    font-size: 13px;
    display: block;
    padding-top: 2px;
    color: #666666;
}

#slider2 .slider_box a.prev {
    background: no-repeat;
    margin: 85px 0px 0px;
    width: 0px;
    height: 0px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

#slider2 .slider_box a.next {
    background: no-repeat;
    margin: 85px 0px 0px;
    width: 0px;
    height: 0px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

#slider2 .slider_box a.prev {
    left: 0px;
}

#slider2 .slider_box a.next {
    background-position: right 0px;
    right: 0px;
}

#slider2 .silderBox {
    height: 8px;
    line-height: 8px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

span {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

h3 {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

p {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

a {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

ul {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

li {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}

img {
    border: currentColor;
}

a {
    color: rgb(32, 24, 24);
    text-decoration: none;
}

p {
    white-space: normal;
}

a {
    white-space: normal;
}

span {
    white-space: normal;
    /*font-size:12px;*/
}

li {
    white-space: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.wrapper {
    width: 418px;
}

.center {
    margin: 0 auto;
}

.vscape {}

.vscape:after {
    margin: 0px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
    display: block;
    content: ".";
}

.toutiao {
    float: left;
    width: 497px;
    margin-left: 15px;
    height: 349px;
    background-color: #fff;
    position: relative;
}

.toutiao .ico {
    position: absolute;
    top: 0;
    left: 20px;
    width: 46px;
    height: 25px;
    background: url(../images/toutiao_ico.jpg) center top no-repeat;
}

.toutiao h1 {
    height: 25px;
    padding: 30px 0 10px;
    text-align: center;
}

.toutiao h1 a {
    font-size: 16px;
    text-decoration: none;
}

.toutiao h1 a:hover {
    color: #ff4203
}

.toutiao p {
    padding: 0 0px 10px;
    margin: 0 10px 10px;
    text-indent: 1.5em;
    line-height: 25px;
    border-bottom: 1px dashed #999;
    color: #999;
}

.dltz {
    float: right;
    width: 255px;
    height: 349px;
    position: relative;
}

.dltz .dl {
    height: 167px;
    padding: 0 10px;
    background: #fff;
}

.dltz .dl td {
    width: 50%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.dltz .dl td img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.dltz .tz {
    margin-top: 15px;
    height: 167px;
    padding: 0 10px;
    background: #fff;
}


/*others added css*/

#cont {
    background-color: #FFF;
}

#wal_pic {
    background-color: #009;
    width: 100%;
    height: 480px;
    position: relative;
}

#wal_piclist {
    width: 1920px;
    height: 480px;
    margin: auto;
}

#wal_li {
    height: 480px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#wal_proser {
    height: 523px;
    width: 1200px;
    margin: auto;
}

#wal_proser_text {
    height: 240px;
    width: 100%;
}

#wal_proser_pic {
    height: 282px;
    width: 100%;
    background-image: url(../images/images/wal_proser.jpg);
    background-repeat: no-repeat;
    position: relative;
    top: 25px;
}

.wal_proser_text {
    font-size: 36px;
    position: relative;
    top: 70px;
    left: 50%;
    margin-left: -120px;
    color: #000;
    width: 500px;
    height: 50px;
}

.wal_text {
    font-size: 12px;
    position: relative;
    top: 65px;
    left: 50%;
    margin-left: -17px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_text1 {
    font-size: 12px;
    position: relative;
    top: 28px;
    left: 50%;
    margin-left: -28px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_text2 {
    font-size: 12px;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -193px;
    color: #000;
    width: 500px;
    height: 50px;
}

#wal_mar {
    height: 90px;
    width: 1200px;
}

.wal_proser_title {
    color: #ff4f00;
    font-size: 18px;
    position: relative;
    top: -270px;
    left: 150px;
    z-index: 100px;
}

.wal_proser_title1 {
    color: #ff4f00;
    font-size: 18px;
    position: relative;
    top: -288px;
    left: 400px;
}

.wal_proser_title2 {
    color: #ff4f00;
    font-size: 18px;
    position: relative;
    top: -306px;
    left: 660px;
}

.wal_proser_title3 {
    color: #ff4f00;
    font-size: 18px;
    position: relative;
    top: -326px;
    left: 960px;
}

.wal_proser_t {
    color: #555555;
    font-size: 14px;
    position: relative;
    top: -120px;
    left: 120px;
    letter-spacing: 1.5px;
}

.wal_proser_t1 {
    color: #555555;
    font-size: 14px;
    position: relative;
    top: -158px;
    left: 390px;
    letter-spacing: 1.5px;
}

.wal_proser_t2 {
    color: #555555;
    font-size: 14px;
    position: relative;
    top: -196px;
    left: 660px;
    letter-spacing: 1.5px;
}

.wal_proser_t3 {
    color: #555555;
    font-size: 14px;
    position: relative;
    top: -234px;
    left: 960px;
    letter-spacing: 1.5px;
}

.wal_text4 {
    font-size: 12px;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -123px;
    color: #000;
    width: 500px;
    height: 50px;
}

#ifyou {
    height: 160px;
    width: 100%;
}

#wal_why {
    height: 444px;
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
    background-image: url(../images/wal_why_03.png);
}

#wal_why1 {
    height: 60px;
    width: 400px;
    position: relative;
    top: 80px;
    left: 165px;
}

.wal_why_order {
    font-size: 36px;
    color: #555;
}

.wal_why_text {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: -22px;
    left: 60px;
}

.wal_why_text1 {
    font-size: 14px;
    color: #666555;
    position: relative;
    top: -6px;
    left: -10px;
}

#wal_why2 {
    height: 60px;
    width: 400px;
    position: relative;
    top: 146px;
    left: 135px;
}

.wal_why_text2 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: -24px;
    left: 50px;
}

#wal_why3 {
    height: 60px;
    width: 400px;
    position: relative;
    top: 214px;
    left: 155px;
}

.wal_why_text3 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: -24px;
    left: 48px;
}

#wal_why4 {
    height: 60px;
    width: 400px;
    position: relative;
    top: 218px;
    left: 855px;
}

.wal_why_text4 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: -320px;
    left: 0px;
}

.wal_why_order1 {
    font-size: 36px;
    color: #555;
    position: relative;
    top: -338px;
    left: 155px;
}

.wal_why_text5 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: -40px;
    left: 870px;
}

.wal_why_order5 {
    font-size: 36px;
    color: #555;
    position: relative;
    top: -60px;
    left: 1025px;
}

.wal_why_text6 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-left:20px;
    color: #555;
    position: relative;
    top: 0px;
    left: 850px;
}

.wal_why_order6 {
    font-size: 36px;
    color: #555;
    position: relative;
    top: -18px;
    left: 1010px;
}

.wal_why_text44 {
    font-size: 14px;
    color: #666555;
    position: relative;
    top: -322px;
    left: -18px;
}

.wal_why_text55 {
    font-size: 14px;
    color: #666555;
    position: relative;
    top: -40px;
    left: 850px;
}

.wal_why_text66 {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 0px;
    left: 835px;
}

#wal_what {
    height: 713px;
    width: 1200px;
    background-image: url(../images/images/wal_what.jpg);
    background-repeat: no-repeat;
    margin: auto;
}

.wal_what1 {
    color: #000;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 190px;
    left: 520px;
}

.wal_what2 {
    color: #ff4f00;
    font-size: 14px;
    position: relative;
    top: 210px;
    left: 420px;
}

.wal_what3 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 30px;
}

.wal_what4 {
    color: #666;
    font-size: 14px;
    position: relative;
    left: 50px;
    top: 35px;
    /*letter-spacing: 2px;*/
}

.wal_what5 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 210px;
}

.wal_what6 {
    color: #666;
    font-size: 14px;
    position: relative;
    left: 10px;
    top: 240px;
    /*letter-spacing: 2px;*/
}

.wal_what7 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    left: 145px;
    position: relative;
    top: 390px;
}

.wal_what8 {
    color: #666;
    font-size: 14px;
    left: 165px;
    /*letter-spacing: 2px;*/
    position: relative;
    top: 420px;
}

.wal_what9 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    left: 742px;
    position: relative;
    top: 353px;
}

.wal_what10 {
    color: #666;
    font-size: 14px;
    left: 752px;
    /*letter-spacing: 2px;*/
    position: relative;
    top: 379px;
}

.wal_what11 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    left: 905px;
    position: relative;
    top: 88px;
}

.wal_what12 {
    color: #666;
    font-size: 14px;
    left: 922px;
    /*letter-spacing: 2px;*/
    position: relative;
    top: 116px;
}

.wal_what13 {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -231px;
    left: 888px;
}

.wal_what14 {
    color: #666;
    font-size: 14px;
    left: 895px;
    /*letter-spacing: 2px;*/
    position: relative;
    top: -201px;
}

#foryou {
    width: 1200px;
        overflow: hidden;
    margin: auto;
}

.wal_foryou {
    width: 1195px;
    height: 46px;
    font-size: 21px;
    color: #000;
    margin-top: 28px;
    border: 2px solid #ff4f00;
    padding-top: 24px;
    text-align: center;
}

.wal_down {
    width: 100px;
    height: 60px;
    position: relative;
    top: 10px;
    left: 570px;
    background-image: url(../images/images/wal_down.jpg);
    background-repeat: no-repeat;
}

.wal_tenyear {
    width: 340px;
    height: 60px;
    position: relative;
    left: 440px;
    font-size: 12px;
    color: #666;
    position: relative;
    top: 0px;
    left: 472px
}



.wal_wangjiang {
    height: 280px;
    /*top:980px;*/
}

#wal_tedian {
    width: 1200px;
    height: 255px;
    margin: auto;
    position: relative;
    /*top:2050px;*/
}

.wal_tedian {
    width: 440px;
    height: 60px;
    position: relative;
    left: 440px;
    font-size: 36px;
    color: #000000;
}

.wal_tedian1 {
    font-size: 12px;
    position: relative;
    top: -20px;
    left: 50%;
    margin-left: -28px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_tedian2 {
    font-size: 12px;
    position: relative;
    top: -60px;
    left: 50%;
    margin-left: -18px;
    color: #000;
    width: 500px;
    height: 50px;
}

.wal_tedian3 {
    font-size: 12px;
    position: relative;
    top: -85px;
    left: 50%;
    margin-left: -93px;
    color: #000;
    width: 500px;
    height: 50px;
}

#wal_youshi {
    height: 740px;
    width: 1200px;
    margin: auto;
    position: relative;
    /*top:1950px;*/
    background: url(../images/wal_youshi.png) no-repeat;
    background-position: 120px -33px;
}

.wal_youshi1 {
    width: 440px;
    height: 60px;
    position: relative;
    left: 150px;
    top: 70px;
    font-size: 24px;
    color: #ff4f00;
}

.wal_youshi2 {
    width: 440px;
    height: 60px;
    position: relative;
    left: 150px;
    top: 40px;
    font-size: 36px;
    color: #ff4f00;
}

.wal_youshi3 {
    width: 440px;
    height: 50px;
    position: relative;
    left: 150px;
    top: 18px;
    font-size: 16px;
    color: #555555;
    line-height: 25px;
}

.wal_youshi4 {
    width: 200px;
    height: 200px;
    position: relative;
    left: 200px;
    top: 45px;
}

.wal_youshi5 {
    width: 200px;
    height: 26px;
    position: relative;
    left: -30px;
    top: -1px;
    font-size: 14px;
}

.wal_yous1 {
    width: 440px;
    height: 60px;
    position: relative;
    left: 880px;
    top: 40px;
    font-size: 20px;
    color: #ff4f00;
}

.wal_yous2 {
    width: 440px;
    height: 60px;
    position: relative;
    left: 950px;
    top: 10px;
    font-size: 36px;
    color: #ff4f00;
}

.wal_yous3 {
    width: 440px;
    height: 50px;
    position: relative;
    left: 620px;
    top: -10px;
    font-size: 16px;
    color: #555555;
    line-height: 25px;
    text-align: right;
}

.wal_yous4 {
    width: 200px;
    height: 200px;
    position: relative;
    left: 200px;
    top: 35px;
}

.wal_yous5 {
    width: 200px;
    height: 26px;
    position: relative;
    left: 635px;
    top: -18px;
    text-align: right;
    font-size: 14px;
}

#wal_qubei {
    width: 1200px;
    height: 675px;
    margin: auto;
    position: relative;
    /*top:1950px;*/
}

.wal_qubei {
    width: 480px;
    height: 60px;
    position: relative;
    top: 30px;
    left: 400px;
    font-size: 36px;
    color: #000000;
}

.wal_qubei1 {
    font-size: 12px;
    position: relative;
    top: 10px;
    left: 50%;
    margin-left: -7px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_qubei2 {
    font-size: 12px;
    position: relative;
    top: -30px;
    left: 50%;
    margin-left: -12px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_qubei3 {
    font-size: 12px;
    position: relative;
    top: -50px;
    left: 50%;
    margin-left: -163px;
    color: #000;
    width: 500px;
    height: 50px;
}

#wal_qubeipic {
    width: 1200px;
    height: 530px;
}
.public-con{background: url(../images/public.png) no-repeat;margin-top:30px;padding-left:50px;padding-right:36px;float: left;}
.public-con-txt{width:212px;height:124px;margin-right:10px;float:left;text-align: center;padding-top:76px;font-size: 14px;color: #fff;}

.wal_qubeipic {
	display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-align: center;
    height:60px;
    margin:0 auto;
    width: 512px;
    line-height: 60px;
    background: url(../images/public-icons.png) no-repeat;
}

.wal_qubeipic1 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: -440px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 120px;
}

.wal_qubeipic2 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: -222px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 80px;
}

.wal_qubeipic3 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 2px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 50px;
}

.wal_qubeipic4 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 222px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 0;
}

.wal_qubeipic5 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 440px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: -50px;
}

.wal_qubeipic6 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: -447px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 102px;
}

.wal_qubeipic7 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: -222px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 52px;
}

.wal_qubeipic8 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 2px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: 0;
}

.wal_qubeipic9 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 227px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: -50px;
}

.wal_qubeipic10 {
    color: #fff;
    font-size: 14px;
    height: 50px;
    left: 446px;
    line-height: 26px;
    position: relative;
    text-align: center;
    top: -100px;
}

#wal_youhua {
    position: relative;
    height: 460px;
    width: 1200px;
    margin:0 auto;
    padding-bottom: 60px;
    /*background-image: url(../images/images/wal_youshi_17.jpg);*/
}

.yh-con{    padding-left: 50px;
    padding-right: 36px;}
.yh-con-box{width:210px;height:134px;padding-top:66px;padding-right:12px;text-align: center;float: left;}
.yh-con-box p{padding:0 30px;}

.wal_youhua1 {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-align: center;
    height:60px;
    margin:0 auto;
    width: 512px;
    line-height: 60px;
    background: url(../images/public-icons.png) no-repeat;
    background-position:0 -60px;
}

.wal_youhua2 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 160px;
    position: absolute;
    top: 196px;
    width: 120px;
}

.wal_youhua3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 350px;
    position: absolute;
    top: 196px;
    width: 120px;
}

.wal_youhua4 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 520px;
    position: absolute;
    top: 196px;
    width: 120px;
}

.wal_youhua5 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 730px;
    position: absolute;
    top: 196px;
    width: 120px;
}

.wal_youhua6 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 899px;
    position: absolute;
    top: 196px;
    width: 120px;
}

.wal_youhua7 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 160px;
    position: absolute;
    top: 335px;
    width: 120px;
}

.wal_youhua8 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 354px;
    position: absolute;
    top: 335px;
    width: 120px;
}

.wal_youhua9 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 523px;
    position: absolute;
    top: 335px;
    width: 120px;
}

.wal_youhua10 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 720px;
    position: absolute;
    top: 335px;
    width: 120px;
}

.wal_youhua11 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-left: 907px;
    position: absolute;
    top: 335px;
    width: 120px;
}

#wal_hexin {
    width: 1200px;
    height: 220px;
    margin: auto;
    position: relative;
    top: 2030px;
}

.wal_ted {
    width: 440px;
    height: 60px;
    position: relative;
    left: 410px;
    font-size: 36px;
    color: #000000;
}

.wal_ted1 {
    font-size: 12px;
    position: relative;
    top: -20px;
    left: 50%;
    margin-left: -58px;
    color: #000;
    width: 500px;
    height: 50px
}

.wal_ted2 {
    font-size: 12px;
    position: relative;
    top: -60px;
    left: 50%;
    margin-left: -38px;
    color: #000;
    width: 500px;
    height: 50px;
}

.wal_ted3 {
    font-size: 12px;
    position: relative;
    top: -85px;
    left: 50%;
    margin-left: -183px;
    color: #000;
    width: 500px;
    height: 50px;
}

#wal_hxys {
    height: 1442px;
    width: 1200px;
    background-image: url(../images/images/wal_wangjiang_03.jpg);
    margin: auto;
}

.wal_hxys {
    color: #ff4f00;
    font-size: 60px;
    left: 141px;
    position: relative;
    top: 64px;
    font-family: "Britannic Bold";
}

.wal_hxys1 {
    color: #ff4f00;
    font-size: 30px;
    left: 179px;
    position: relative;
    top: 50px;
    font-family: "微软雅黑";
}

.wal_hxys2 {
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    left: 113px;
    position: relative;
    top: 100px;
}

.wal_hxys3 {
    color: #ff4f00;
    font-family: "Britannic Bold";
    font-size: 60px;
    left: 623px;
    position: relative;
    top: 392px;
}

.wal_hxys4 {
    color: #ff4f00;
    font-family: "微软雅黑";
    font-size: 30px;
    left: 662px;
    position: relative;
    top: 374px;
}

.wal_hxys5 {
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    left: 612px;
    position: relative;
    top: 424px;
}

.wal_hxys6 {
    color: #ff4f00;
    font-family: "Britannic Bold";
    font-size: 60px;
    left: 82px;
    position: relative;
    top: 684px;
}

.wal_hxys7 {
    color: #ff4f00;
    font-family: "微软雅黑";
    font-size: 30px;
    left: 128px;
    position: relative;
    top: 668px;
    letter-spacing: 0.5px;
}

.wal_hxys8 {
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    left: 74px;
    position: relative;
    top: 725px;
}

.wal_hxys9 {
    color: #ff4f00;
    font-family: "Britannic Bold";
    font-size: 60px;
    left: 649px;
    position: relative;
    top: 970px;
}

.wal_hxys10 {
    color: #ff4f00;
    font-family: "微软雅黑";
    font-size: 30px;
    left: 693px;
    position: relative;
    top: 958px;
    letter-spacing: 0.5px;
}

.wal_hxys11 {
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    left: 634px;
    position: relative;
    top: 1005px;
}

#wal_sdys {
    height: 140px;
    width: 1200px;
    margin: auto;
}

.wal_sdys1 {
    font-size: 18.67px;
    height: 50px;
    left: 298px;
    position: relative;
    top: 27px;
    width: 1200px;
}

.wal_sdys2 {
    font-size: 37.33px;
    height: 50px;
    left: 277px;
    position: relative;
    top: 22px;
    width: 1200px;
    color: #000;
    letter-spacing: 2px;
}

#wal_sdyspic {
    background-image: url("../images/images/wal_sdys_03.jpg");
    height: 492px;
    margin: auto;
    width: 1200px;
}

.wal_sdyspic {
    font-size: 14px;
    height: 20px;
    left: 86px;
    line-height: 20px;
    position: relative;
    top: 70px;
    width: 200px;
}

.wal_sdyspic1 {
    font-size: 14px;
    height: 20px;
    left: 86px;
    line-height: 20px;
    position: relative;
    top: 136px;
    width: 400px;
}

.wal_sdyspic2 {
    font-size: 14px;
    height: 20px;
    left: 86px;
    line-height: 20px;
    position: relative;
    top: 201px;
    width: 400px;
}

.wal_sdyspic3 {
    font-size: 14px;
    height: 20px;
    left: 86px;
    line-height: 20px;
    position: relative;
    top: 263px;
    width: 400px;
}

.wal_sdyspic4 {
    font-size: 14px;
    height: 20px;
    left: 86px;
    line-height: 20px;
    position: relative;
    top: 327px;
    width: 400px;
}

.wal_sdyspic5 {
    font-size: 14px;
    height: 20px;
    left: 700px;
    line-height: 20px;
    position: relative;
    text-align: right;
    top: -35px;
    width: 400px;
}

.wal_sdyspic6 {
    font-size: 14px;
    height: 20px;
    left: 700px;
    line-height: 20px;
    position: relative;
    text-align: right;
    top: 41px;
    width: 400px;
}

.wal_sdyspic7 {
    font-size: 14px;
    height: 20px;
    left: 700px;
    line-height: 20px;
    position: relative;
    text-align: right;
    top: 100px;
    width: 400px;
}

.wal_sdyspic8 {
    font-size: 14px;
    height: 20px;
    left: 700px;
    line-height: 20px;
    position: relative;
    text-align: right;
    top: 165px;
    width: 400px;
}

.wal_sdyspic9 {
    font-size: 14px;
    height: 20px;
    left: 700px;
    line-height: 20px;
    position: relative;
    text-align: right;
    top: 230px;
    width: 400px;
}

#wal_success {
    width: 1200px;
    height: 452px;
    margin: auto;
    background-color: #eee;
}

.wal_success {
    width: 480px;
    height: 60px;
    position: relative;
    top: 40px;
    left: 400px;
    font-size: 36px;
    color: #000000;
}

.wal_success1 {
    color: #666;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    position: relative;
    top: 20px;
    width: 500px;
}

.wal_success2 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -45px;
    position: relative;
    top: -20px;
    width: 500px;
}

.wal_success3 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -206px;
    position: relative;
    top: -40px;
    width: 500px;
}

#wal_listen {
    background-color: #fff;
    ;
    height: 452px;
    margin: auto;
    position: relative;
    top: 2000px;
    width: 1200px;
}

.wal_listen {
    color: #000000;
    font-size: 36px;
    height: 60px;
    left: 461px;
    position: relative;
    width: 440px;
    top: 31px;
}

.wal_listen1 {
    color: #666;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    position: relative;
    top: 10px;
    width: 500px;
}

.wal_listen2 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -45px;
    position: relative;
    top: -30px;
    width: 500px;
}

.wal_listen3 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -206px;
    position: relative;
    top: -50px;
    width: 500px;
}

#wal_qianyue {
    height: 280px;
    background-image: url(../images/images/wal_qianyue_07.jpg);
    position: relative;
    left: 50%;
    margin-left: -960px;
    background-color: #F00;
}


/*#wal_qianyue{ width:100%; height:280px; background-image:url(../images/images/wal_qianyue_07.jpg); position:relative; left:50%; margin-left:-960px; top:1651px;}
*/

#wal_zixunzx {
    width: 1200px;
    height: 660px;
    margin: auto;
    position: relative;
    top: 1920px;
}

.wal_zixun {
    color: #000000;
    font-size: 36px;
    height: 60px;
    left: 486px;
    position: relative;
    top: -231px;
    width: 440px;
}

.wal_zixun1 {
    color: #666;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -51px;
    position: relative;
    top: -250px;
    width: 500px;
}

.wal_zixun2 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -45px;
    position: relative;
    top: -290px;
    width: 500px;
}

.wal_zixun3 {
    color: #555;
    font-size: 12px;
    height: 50px;
    left: 50%;
    margin-left: -136px;
    position: relative;
    top: -320px;
    width: 500px;
}

.wal_wang {
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #ff4f00;
    position: relative;
    top: 85px;
    left: 380px;
}

.wal_jiang {
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #ff4f00;
    position: relative;
    top: 70px;
    left: 420px;
}

.wal_wj {
    font-size: 72px;
    color: #ff4f00;
    position: relative;
    top: 100px;
    left: 450px;
}

.wal_wj1 {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 60px;
    left: 610px;
    line-height: 35px;
}

.wal_wj2 {
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 80px;
    left: 450px;
    font: "黑体";
    letter-spacing: 3px;
}

.wal_mfzxw {
    font: "微软雅黑";
    font-size: 18px;
    color: #FFF;
    position: relative;
    left: 280px;
    top: -105px;
    line-height: 68px;
}

.wal_zxdh {
    font: "Times New Roman", Times, serif;
    font-size: 36px;
    color: #FFF;
    position: relative;
    left: 240px;
    top: -210px;
    line-height: 68px;
}

.wal_djzx {
    font: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #FFF;
    position: relative;
    left: 1310px;
    top: -238px;
    line-height: 68px;
}

.wal_qy {
    font: "黑体";
    font-size: 24px;
    color: #eee;
    position: absolute;
    top: 90px;
    left: 650px;
}

.wal_mfzx {
    font: "黑体";
    font-size: 18px;
    color: #ff4f00;
    position: absolute;
    top: 150px;
    left: 750px;
}

.wal_zxhm {
    font: "黑体";
    font-size: 36px;
    color: #ff4f00;
    position: relative;
    top: 150px;
    left: 880px;
}

.wal_zxlj {
    font: "微软雅黑";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 208px;
    left: 915px;
}

#wal_dz {
    width: 1200px;
    height: 500px;
    margin: auto;
    position: relative;
    top: 1800px;
}

#wal_321 {
    width: 1200px;
    height: 480px;
    background-color: #C00;
}

#wal_foot {
    /*width: 1200px;
    height: 300px;
    margin: auto;*/
}

#wal_zxzxzx {
    height: 400px;
    width: 1200px;
    margin: auto;
}

.wal_zx_c {
    padding: 18px 0 0;
}

.wal_zx_c li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: url(../images/ico04.jpg) no-repeat 2px 14px;
    padding-left: 19px;
}

.wal_zx_c p {
    padding-top: 17px;
    height: 120px;
}

.wal_zx_c p img {
    width: 292px;
    height: 99px;
}

.wal_altil {
    background: url(../images/tilbg1.jpg) repeat-x 0 0;
    height: 69px;
    line-height: 38px;
    position: relative;
    top: 0px;
    width: 1200px;
    margin: auto;
}

.wal_altil li {
    float: left;
    font-size: 14px;
    border-left: solid 1px #fff;
    border-right: solid 1px #cfcfcf;
    height: 38px;
}

.wal_altil li.born {
    border-right: 0;
}

.wal_altil li a {
    line-height: 38px;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #3e3e3e;
}

.wal_altil li a span {
    line-height: 38px;
    display: inline-block;
    padding: 0 25px 0 0;
}

.wal_altil li a:hover,
.altil li a.cur {
    position: relative;
    color: #fff;
    background: url(../images/sd01.jpg) no-repeat 0 0;
}

.wal_altil li a:hover span,
.altil li a.cur span {
    background: url(../images/sd02.jpg) no-repeat right 0;
}

.wal_altil li a:hover em,
.altil li a.cur em {
    position: absolute;
    background: url(../images/ico02.jpg) no-repeat 0 0;
    top: 38px;
    left: 56px;
    width: 14px;
    height: 7px;
    display: block;
}

.wal_rollBox {
    WIDTH: 1170px;
    OVERFLOW: hidden;
    margin: 15px 0;
    position: relative;
    top: -60px;
}

.wal_rollBox .LeftBotton {
    MARGIN: 85px 0px 0px;
    WIDTH: 15px;
    DISPLAY: inline;
    BACKGROUND: url(../images/left.png) no-repeat;
    FLOAT: left;
    HEIGHT: 23px;
    OVERFLOW: hidden;
    CURSOR: pointer
}

.wal_rollBox .RightBotton {
    MARGIN: 85px 0px 0px;
    WIDTH: 15px;
    DISPLAY: inline;
    BACKGROUND: url(../images/right.png) no-repeat;
    FLOAT: left;
    HEIGHT: 23px;
    OVERFLOW: hidden;
    CURSOR: pointer
}

.wal_rollBox .Cont {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 2px;
    WIDTH: 1132px;
    PADDING-RIGHT: 2px;
    FLOAT: left;
    OVERFLOW: hidden;
    PADDING-TOP: 0px
}

.wal_rollBox .ScrCont {
    WIDTH: 1342177.27px
}

.wal_rollBox .Cont .pic {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 13px;
    WIDTH: 257px;
    PADDING-RIGHT: 13px;
    BACKGROUND: url(../images/heiying.png) no-repeat center bottom;
    FLOAT: left;
    PADDING-TOP: 0px
}

.wal_rollBox .Cont .pic img {
    width: 227px
}

.wal_rollBox .Cont .pic p {
    line-height: 28px !important;
    margin: 0;
    padding: 0;
    height: 28px !important;
    border-bottom: none;
    BACKGROUND: #ff7638;
    color: #ffffff;
    font-weight: bold
}

.wal_rollBox .Cont .pic A {
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    DISPLAY: block;
    BACKGROUND: #e4e4e4;
    PADDING-TOP: 15px
}

.wal_rollBox .Cont .pic A:hover {
    BACKGROUND: #ff7638;
    text-decoration: none;
}

.wal_rollBox .Cont .pic A SPAN {
    LINE-HEIGHT: 26px;
    COLOR: #505050;
    width: 227px;
    height: 162px;
    display: block;
    overflow: hidden;
}

.wal_rollBox #List1 {
    FLOAT: left
}

.wal_rollBox #List2 {
    FLOAT: left
}

#wal_bigbox {
    width: 100%;
}


/*footer css code start*/

.links {
    border-top: 1px solid #e1e1e1;
    display: block;
    font-family: "Microsoft YaHei";
    line-height: 150px;
    overflow: hidden;
    
}

.links h2 {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #696969;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-left: 52px;
    line-height: 98px;
    text-align: center;
    text-transform: uppercase;
    width: 117px;
    height:98px;
}

.links .links-wrp {
    display: block;
    float: left;
    /*padding-top: 26px;*/
    width: 828px;
}

.links-wrp a {
    color: #696969;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 135px;
    margin-top: 20px;
}

.links-wrp a {
    float: left;
    line-height: 49px;
    margin: 0;
    padding: 0;
}

.site-wrp {
    margin: 0 auto;
    width: 1000px;
}

.f_foot {
    overflow: hidden;
    font-family: "Microsoft YaHei";
    margin: auto;
}

.ft-top {
/*    height: 241px;*/
    overflow: hidden;
    width:1400px;
}

.ft-top-lt {
    display: block;
    float: left;
    width: 810px;
/*    border-right: 1px solid #222222;*/
    height: 200px;
    padding-top: 60px;
    margin-left: 50px;
}

.ft-top-lt dl {
    display: block;
    float: left;
    /*width: 130px;*/
    padding:0 40px;
}

.ft-top-lt dt {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    height: 54px;
    color: #fff;
    font-size: 16px;
}


.ft-top-lt dt i {
    display: block;
    font-style: normal;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}

.ft-top-lt dd {
    display: block;
    height: 26px;
    line-height: 34px;
    overflow: hidden;
    vertical-align: middle;
    padding-left: 20px;
}

.ft-top-lt dd a {
    color: #959595;
    font-size: 14px;
}
.ft-top-lt dd a:hover{text-decoration: underline;}

.ft-top-rt {
    display: block;
    overflow: hidden;
 
    border-left: 1px solid #414141;
    padding-top: 34px;
    height: 200px;
    float: right;
    text-align: center;
    margin-right: 50px;
}

.ft-top-rt dt {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 97px;
}

.ft-top-rt dt img {
    display: block;
    overflow: hidden;
    width: 93px;
    height: 93px;
    border: 2px solid #161616;
}

.ft-top-rt dd {
    padding-top: 12px;
    overflow: hidden;
    line-height: 37px;
    overflow: hidden;
    text-align: center;
}

.ft-top-rt dd span {
    display: block;
    color: #959595;
    font-size: 14px;
}

.ft-top-rt dd a {
    color: #959595;
    font-size: 14px;
    text-decoration: underline;
}

.ft-site-info {
    display: block;
    width:1200px;
    padding-top: 6px;
    overflow: hidden;
 /*   height: 108px;*/
    overflow: hidden;
    background-color: #dddddd;
}

.ft-site-info .ft-info-lt {
    display: block;
    width: 510px;
    float: left;
}

.ft-site-info .ft-info-lt {
    display: block;
    width: 600px;
    float: left;
}

.ft-info-lt p {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #272727;
    font-size: 12px;
}

.ft-info-lt p a {
    color: #272727;
}

.ft-info-lt .site-contact {
    display: block;
    overflow: hidden;
}

.ft-info-lt .site-contact {
    display: block;
    overflow: hidden;
}
.site-contact h2{line-height: 30px;font-size: 14px;font-weight: normal;}

.site-contact b {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #404144;
    font-size: 14px;
    font-weight: normal;
}

.site-contact ul {
    display: block;
    overflow: hidden;
    padding-top: 5px;
}
.site-contact h2{color:#444;}
.site-contact li {
    color: #444444;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.ft-info-rt {
    display: block;
    width: 400px;
    overflow: hidden;
    float: right;
}

.ft-info-rt p {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #272727;
    font-size: 12px;
}

.ft-info-rt p a {
    color: #272727;
    font-size: 12px;
}

.ft-info-rt b {
    display: block;
    float: left;
    width: 75px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #404144;
    font-size: 14px;
    font-weight: normal;
}

.ft-info-rt .part-list {
    display: block;
    overflow: hidden;
    float: left;
    width: 240px;
    overflow: hidden;
    padding-top: 5px;
}

.part-list a,
.part-list i {
    display: inline-block;
    overflow: hidden;
    padding-right: 15px;
    color: #444444;
    line-height: 24px;
    font-style: normal;
}

.part-l{float:left;}
.part-r{float:right;}
.part-r li{height:30px;}
.part-r li p{line-height: 30px;display: inline-block;float: left;}
.part-r i{float: left;width:30px;height:30px;display:inline-block;background:url(../images/footer-icon.png);}
.f-qq i{background-position: 0;}
.f-phone i{background-position: -42px;}

/*.f-ver li{float: left;}
.f-ver i{width:22px;height:22px;}
.version-1 i{background-position: -86px;}
.version-2 i{background-position: -112px;}
.version-3 i{background-position: -120px;}
.version-4 i{background-position: -140px;}
.version-5 i{background-position: -160px;}*/
.f-ver{float:right;width:200px;height:40px;background: url(../images/footer-icon-2.png) no-repeat;background-position: 0px;}
/*footer css code end*/

/*o-links start*/
.o-links{padding-bottom:20px;}
.o-links span{font-size: 12px;}
.o-links a{padding:0px 6px;line-height:20px;display: inline-block;font-size: 12px;}
/*o-links end*/

/*后期添加*/
.sjtj{margin-bottom: 40px;overflow: hidden;}
.sjtj h3 {
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    border-left: 2px solid #ff4f00;
    margin: 26px 0px 17px;
}

.sjtj ul li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 1.8;
}


.title-lx {
    background: #ff4f00;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 17px;
    margin-top: 15px;
}

.title-lxp {
    background: #f7f6f5;
    text-align: center;
    padding-top: 15px;
}

.title-lxp p {
    font-size: 17px;
}

.title-lxp p:nth-child(2) {
    font-size: 28px;
    color: #fd7e0d;
    line-height: 47px;
}

.title-lxc {
    font-size: 18px;
    padding: 18px 0px 18px 14px;
    background: #f7f6f5;
    border-top: 1px solid #ccc;
    line-height: 30px;
}
.l_cate .nr ul li a{
    font-size: 13px!important;
}
.artic-con a {
    color: #ff7638;
    font-weight: bold;
}
.artic-tit h3 {
    font-size: 23px;
    margin-top: 26px;
}